How to remove footer links magento 2
How to remove footer links in magento 2 ? Here I am demonstrating remove footer links for “Luma” theme.If you use diffrent theme then change path accordingly.If you are using custom theme then it should be available on diffrent path(ex. /app/design/frontend/NAME_SPACE/THEME_NAME
1.I am removing footer links for “luma” so my path is “your magento root/vendor/magento/theme-frontend-luma/Magento_Theme/layout/default.xml”
Open this file in edit mode like notepad/gedit etc editor.
———————————————————————————————————
If you want to remove footer links for your custom theme then your path is for example (your magento root/app/design/frontend/Your Theme NAME_SPACE/theme name/etc/Magento_Theme/layout/default.xml)
Open this file in edit mode like notepad(windows)/gedit(linux) etc editor.
Add following line to that file after <body> tag <referenceBlock name="footer_links" remove="true" />
2.Login to admin panel.
3.Goto System–>Cache Management
4.Select all “Click Submit”
5.Thats all now you goto fronted your footer links are removed.
6.You still see two links called About us,Customer Service , which are comming from CMS Page–>Blocks so you need to remove it from there.
7.Click on Content–>Blocks.
8.You can see there “Footer Links Block” –> open in edit mode
9.In content you can remove html.
10.Click on Save Block.
11.Clear cache.
See video demonstration for more inf